Skip to content

,-0)}

UnhandledInteractionException(Interaction, TInput) constructor

Defined in

Type: UnhandledInteractionException Namespace: ReactiveUI.Binding Assembly: ReactiveUI.Binding.dll

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471

Overloads

  • 1. public UnhandledInteractionException(Interaction<TInput, TOutput> interaction, TInput input)
  • 2. public UnhandledInteractionException()
  • 3. public UnhandledInteractionException(string message)
  • 4. public UnhandledInteractionException(string message, Exception innerException)

1. Overload

public UnhandledInteractionException(Interaction<TInput, TOutput> interaction, TInput input)

View source

Summary: Initializes a new instance of the UnhandledInteractionException class.

Parameters

NameTypeDescription
interaction[Interaction](#The interaction that doesn't have an input handler.
inputTInputThe input into the interaction.

2. Overload

public UnhandledInteractionException()

View source

Summary: Initializes a new instance of the UnhandledInteractionException class.

3. Overload

public UnhandledInteractionException(string message)

View source

Summary: Initializes a new instance of the UnhandledInteractionException class.

Parameters

NameTypeDescription
messagestringA message about the exception.

4. Overload

public UnhandledInteractionException(string message, Exception innerException)

View source

Summary: Initializes a new instance of the UnhandledInteractionException class.

Parameters

NameTypeDescription
messagestringA message about the exception.
innerExceptionExceptionAny other exception that caused the issue.